home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d12 / c_tutor.exe / README.BAT < prev    next >
DOS Batch File  |  1991-07-14  |  5KB  |  75 lines

  1. @ECHO OFF
  2. echo off
  3. cls
  4. echo\  ╔══════════════════════════════════════════════════════════════╗
  5. echo\  ║ Please note before you run the tutor your CONFIG.SYS file    ║
  6. echo\  ║ must have this line added to it:                             ║
  7. echo\  ║                                 device=c:\dos\ansi.sys       ║
  8. echo\  ║                                                              ║
  9. echo\  ║ There is a CONFIG.SYS file on this disk you can copy into    ║
  10. echo\  ║ you C: drive root directory or copy it to your DOS disk if   ║
  11. echo\  ║ you boot up from a floppy.                                   ║
  12. echo\  ║ (Floppy users device=a:\ansi.sys)                            ║
  13. echo\  ║ To create the CONFIG.SYS file type                           ║
  14. echo\  ║                        C: copy con config.sys                ║
  15. echo\  ║                           files=10                           ║
  16. echo\  ║                           buffers=10                         ║
  17. echo\  ║                           device=c:\dos\ansi.sys             ║
  18. echo\  ║                                                              ║
  19. echo\  ║ Then hit ^Z (Ctrl Z) or F6 to save file.  Then you wil see:  ║
  20. echo\  ║                        1 file(s) copied                      ║
  21. echo\  ║ Now reboot then the computer. Please note without this change║
  22. echo\  ║ you will only have garbage on the screen when the program is ║
  23. echo\  ║ run.                                                         ║
  24. echo\  ╚══════════════════════════════════════════════════════════════╝
  25. pause
  26. cls
  27. echo ╔══════════════════════════════════════════════════════════════════════════╗
  28. echo ║Now to start the tutorial you must                                        ║█
  29. echo ║type:   C:  DISPLAY LESSON1     OR                                        ║█
  30. echo ║        C:  L1                                                            ║█
  31. echo ║                                                                          ║█
  32. echo ║L1.BAT through L10.BAT  will automatically start the lesson 1 through 10  ║█
  33. echo ║for you.  L1.BAT: Lesson 1                                                ║█
  34. echo ║          L2.BAT  Lesson 2 ect...                                         ║█
  35. echo ║                                                                          ║█
  36. echo ║When using the tests the same applies.                                    ║█
  37. echo ║                                                                          ║█
  38. echo ║T1.BAT: tests 1-5                                                         ║█
  39. echo ║T2.BAT: tests 6-8     OR type:                                            ║█
  40. echo ║                                                                          ║█
  41. echo ║C:   DISPLAY TEST1-5                                                      ║█
  42. echo ║C:   DISPLAY TEST6-8                                                      ║█
  43. echo ║                                                                          ║█
  44. echo ║Now the TUTOR will take you through a series of questions where you are   ║█
  45. echo ║prompted to type in the correct choice.                                   ║█
  46. echo ╚══════════════════════════════════════════════════════════════════════════╝█
  47. echo  ████████████████████████████████████████████████████████████████████████████
  48. pause
  49. cls                                                                               
  50. echo\
  51. echo\
  52. echo\
  53. echo\
  54. echo\
  55. echo ╔══════════════════════════════════════════════════════════════════════════╗
  56. echo ║The CONFIG.SYS file must have the device=c:\dos\ansi.sys line added to it.║█
  57. echo ║***See DESCRIBE.BAT******                                                 ║█
  58. echo ║                                                                          ║█
  59. echo ║Please Read these files:                                                  ║█
  60. echo ║                                                                          ║█
  61. echo ║ DESCRIBE.BAT: Explains how to use the DISPLAY.EXE file, and CONFIG.SYS   ║█
  62. echo ║               Requirements.                                              ║█
  63. echo ║ SHRWAR.BAT:   Explains what Shareware is.                                ║█
  64. echo ║ OFFER.BAT:    Lists a special offer to shareware users.                  ║█
  65. echo ╚══════════════════════════════════════════════════════════════════════════╝█
  66. echo  ████████████████████████████████████████████████████████████████████████████
  67. echo\
  68. echo\
  69. echo\
  70. echo\
  71. echo\
  72. echo\
  73.  
  74.    
  75.